home *** CD-ROM | disk | FTP | other *** search
- Path: nj5.injersey.com!jeremyn
- From: jeremyn@nj5.injersey.com (Jeremy Nixon)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Processes
- Date: 10 Mar 1996 14:54:21 GMT
- Organization: Asbury Park Press
- Message-ID: <4huqet$mu2@news.injersey.com>
- References: <812.6641T87T157@epma.demon.co.uk>
- NNTP-Posting-Host: nj5.injersey.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- andy (andy@epma.demon.co.uk) wrote:
-
- : I need to be able to find out the process number of a task so that I can break
- : it later on... i.e.
-
- : Run Animshower
- : wait 30 secs
- : break Animshower
-
- : Is there any way that I can find out simply (through DOS or ARexx I don't
- : wanna waste time writing real code :-) what the process number of a task is
- : so that I can store this and later use it to break the task?
-
- Yes:
-
- Run Animshower
- wait 30 secs
- status >temp.file COMMAND=Animshower
- break <temp.file
-
-
- Jeremy Nixon
- jeremyn@injersey.com
-
-